home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DClap / DIcons.h < prev    next >
Text File  |  1996-07-05  |  528b  |  31 lines

  1. // DIcons.h
  2. // icons in code stream
  3.  
  4. #ifndef _DICONS_
  5. #define _DICONS_
  6.  
  7. #include "DIconLib.h"
  8.  
  9. enum icnNumList { 
  10.     icnPicture = 2215,
  11.     icnNetpic = 1327,
  12.     icnPushpinIn = 1328,
  13.     icnPushpinOut = 1329,
  14.     icnDownTriangle = 1330,
  15.     icnUpTriangle = 1330,
  16.     icnRightTriangle = 1332,
  17.     icnLeftTriangle = 1333
  18.      };
  19.  
  20. extern DIcon gPictureIcon;
  21. extern DIcon gNetpicIcon;
  22. extern DIcon gPushpinIn;
  23. extern DIcon gPushpinOut;
  24. extern DIcon gDownTriangle;
  25. extern DIcon gUpTriangle;
  26. extern DIcon gRightTriangle;
  27. extern DIcon gLeftTriangle;
  28.  
  29.   
  30. #endif
  31.